home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stanley's Sticker Stories
/
Stanley's Sticker Stories (1997)(Edmark)[Mac-PC].iso
/
pc
/
demo
/
demodata
/
shared.cxt
/
00009_Field_9.txt
< prev
next >
Wrap
Text File
|
1996-09-30
|
256b
|
7 lines
WaitTime theSeconds
Use this function to hold continue looping on a frame for a number of seconds. Good for tempo stuff.
Example: This code fragment waits for 5.5 seconds regardless of the tempo setting.
on exitFrame
waitTime(5.5)
end exitFrame